GetObject Method (ADTObjectCollectionT<T>)
 
            
            
            
            
            
            'Declaration
 
Public Overridable Function GetObject( _
   ByVal  As OID _
) As ADTObject
             
        
            
            public virtual ADTObject GetObject( 
   OID 
)
             
        
             
        
            Parameters
- oid
 
- The OID of the object to get from the collection.
 
            
            Return Value
The requested object, or null (Nothing) if the object is not found in the collection.